home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 27 / PC Gamer IT CD 27.iso / MEDIA / STORE.DXR / Internal_77.ls < prev    next >
Encoding:
Text File  |  1997-12-01  |  232 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to "index.roll"
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to "index"
  9. end
  10.  
  11. on mouseDown me
  12.   go("indexBack")
  13. end
  14.